McProbeTrigger.Software property
Determines whether to use software touch probe. When it is true, use AxisSwitch, Index, and Offset for KINGSTAR to select the digital input; when false, use IndexPulse to tell the drive which signal to use. By default, it is false.
true: uses KINGSTAR touch probe.
false: uses the servo drive's touch probe.
Namespace: IntervalZero.KINGSTAR.Base
Assembly: IntervalZero.KINGSTAR.Base (in IntervalZero.KINGSTAR.Base.dll) Version: 4.4.0.0
Syntax
public bool Software { get; set; }
Public Property Software As Boolean
Property Value
Type: bool
See also